#list_surround table:first-of-type {
	position: fixed !important;
	bottom: 0;
	left: 45%;
	width: 742px;
	z-index: 10;
}

.status_not_selected, .status_selected  { 
	position: relative !important;
	white-space: nowrap; 
}

.status_not_selected a:before, .status_selected a:before {
}

.status_not_selected a, .status_selected a { 
	display: inline-block;
	width: 148.4px;
	padding: 8px 0 6px;
	text-align: center;
	font-size: 16px;
	border-style: solid;
	border-color: #35366e;
	border-width: 1px 1px 0 0;
	border-radius: 120px 120px 0 0 / 10px 10px;
	background: linear-gradient(top, rgba(221, 94, 137, 1) 0%, rgba(221, 94, 137, 1) 15%, rgba(0, 0, 0, 1) 50%,  rgba(0, 0, 0, 1) 100%);
	background: -moz-linear-gradient(top, rgba(221, 94, 137, 1) 0%, rgba(221, 94, 137, 1) 15%, rgba(0, 0, 0, 1) 50%,  rgba(0, 0, 0, 1) 100%);
	background:  -webkit-gradient(
                                	linear,
                            		top left,
                            		bottom right,
                            		color-stop(0, rgba(221, 94, 137, 1)),
			                color-stop(.15, rgba(221, 94, 137, 1)),
			                color-stop(.5, rgba(0, 0, 0, 1)),
                            		color-stop(1, rgba(0, 0, 0, 1)));  }

.status_not_selected a { color: #2b2742; }

.status_not_selected a:hover, .status_selected a, .status_not_selected a:hover:before, .status_selected a:before { 
	color: #35366e; 
}

/* Currently watching */
.status_not_selected a[href*="status=1"], .status_selected a[href*="status=1"] { font-size: 0; border-width: 1px 1px 0 1px; }
.status_not_selected a[href*="status=1"]:before, .status_selected a[href*="status=1"]:before { content: 'Current'; padding-left: 26px; font-size: 16px !important; }

/* Planned */
.status_not_selected a[href*="status=6"], .status_selected a[href*="status=6"] { font-size: 0; border-width: 1px 1px 0 0; }
.status_not_selected  a[href*="status=6"]:before, .status_selected  a[href*="status=6"]:before { content: 'Planned'; padding-left: 24px; font-size: 16px !important; }

/*All */
.status_selected  a[href*="status=7"], .status_not_selected  a[href*="status=7"] { display: none; }